auto merge of #265 : alexcrichton/cargo/issue-261, r=wycats
authorbors <bors@rust-lang.org>
Mon, 28 Jul 2014 17:54:13 +0000 (17:54 +0000)
committerbors <bors@rust-lang.org>
Mon, 28 Jul 2014 17:54:13 +0000 (17:54 +0000)
Receiving a signal is normally indicative of violent termination, so the
subcommand can't be relied upon to have printed some status information. As a
result, signals now have some extra errors printed to stderr when they fail.

Closes #261. The actual signal is still a bug, but it's an upstream rust bug.


Trivial merge